From 123f91a695464dfd408e2761fb1b8fa1c17b5f10 Mon Sep 17 00:00:00 2001 From: Ralf Treinen Date: Sun, 2 Jul 2006 21:23:06 +0000 Subject: [PATCH] fixed some typos --- debian/policy/chapter-progpack.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/policy/chapter-progpack.xml b/debian/policy/chapter-progpack.xml index 353bbe30..3adeeede 100644 --- a/debian/policy/chapter-progpack.xml +++ b/debian/policy/chapter-progpack.xml @@ -10,7 +10,7 @@ - Programs which are not particularly CPU angry should be compiled in + Programs which are not particularly CPU hungry should be compiled in bytecode form and the corresponding binary packages should be Architecture: all in order to minimize archive usage and avoid the need of rebuilding them on all architectures. Other programs @@ -49,7 +49,7 @@ if [ -x /usr/bin/ocamlopt ]; then \ $(MAKE) opt; \ - else; \ + else \ $(MAKE) all; \ fi -- 2.30.2